'Declaration
Public Overloads Function Select( _ ByVal row As Integer, _ ByVal col As Integer, _ ByVal row2 As Nullable(Of Integer), _ ByVal col2 As Nullable(Of Integer), _ Optional ByVal scrollToSelection As Boolean _ ) As FlexSheetBuilder
public FlexSheetBuilder Select( int row, int col, Nullable<int> row2, Nullable<int> col2, bool scrollToSelection )
Parameters
- row
- Index of the first row in this range.
- col
- Index of the first column in this range.
- row2
- Index of the last row in this range.
- col2
- Index of the last column in this range.
- scrollToSelection
- Specify whether to scroll the seletion into view.
Return Value
Current FlexSheet builder